home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_404.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  348 b   |  11 lines

  1. Inputs: charCode | charCodeList
  2. Outputs: String
  3.  
  4. Inputs: integer | list
  5. Outputs: string
  6.  
  7. If input is a charCodeList, String is a sequence of characters, the ASCII representations of which are the integers in charCodeList. If the input is a charCode, String is a string of length one containing the character whose ASCII code is charCode.
  8.  
  9. Strings
  10.  
  11.